Ozone's Icon Pack

To change icons, open up your mod and replace the three icon files in the folder called "Theme". If there is no "Theme" folder, look in"Skins".

If you want to add an icon to a mod that doesn't have one, open up the entry.lua in notepad++ and add the following:

Skins	=
	{
		{
		    name	= _("Sample"),
			dir		= "Theme"
		},

Then create a "Theme" folder and add the 3 icon files.  

Alternatively, you can just create a new folder in your Mod folder and add a new entry.lua and "Theme" folder, if you don't want to mess with the origional entry.lua. (See: Sample Icon "aircraft")

You can also use this method to combine several mods into one folder which all use the same icon. (eg: Battleships - See: Sample Icon "tech")


Enjoy :)


